home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19950726-19950929 / 000421_news@columbia.edu_Fri Sep 22 19:53:27 1995.msg < prev    next >
Internet Message Format  |  1995-12-25  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA20057
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 22 Sep 1995 15:53:33 -0400
  3. Received: by apakabar.cc.columbia.edu id AA12490
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 22 Sep 1995 15:53:32 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  6. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Assorted Problems with C-Kermit 5A(191) for OS/2
  9. Date: 22 Sep 1995 19:53:27 GMT
  10. Organization: Columbia University
  11. Lines: 49
  12. Message-Id: <43v47n$c67@apakabar.cc.columbia.edu>
  13. References: <DF9L2F.5tE@physics.purdue.edu>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <DF9L2F.5tE@physics.purdue.edu>,
  18. Andrew J. Korty <korty@london.physics.purdue.edu> wrote:
  19. >We've been having some problems with OS/2 C-Kermit when a file
  20. >transfer goes bad or a COM port gets hung.
  21. >
  22. >If a file transfer fails (because the line goes down or some other
  23. >irregularity), it seems impossible to hang up the line without
  24. >physically disconnecting the phone line.  The "hangup" command doesn't
  25. >cut it.  This doesn't happen very often, but when it does, shouldn't I
  26. >be able to tell C-Kermit just to make the modem go on-hook?
  27.  
  28. This is not a Kermit problem but a modem configuration issue.  Configure
  29. your modem to drop hangup when DTR drops.
  30.  
  31. >As for the hung COM port problem, it makes it impossible to close
  32. >C-Kermit.  Not only does C-Kermit lock up so that I can't type "exit,"
  33. >but it won't even close when I double-click the icon box, or even when
  34. >I try to kill it with a utility like Watchcat.  The only way out of
  35. >this problem seems to be to reboot.
  36.  
  37. If an OS/2 program hangs because it has failed in a device driver call, i.e.
  38. the device driver never returns, OS/2 will not terminate the program because 
  39. doing so would destabalize the rest of the system.
  40.  
  41. The problem is in your Device Driver.  If you are using the one that shipped
  42. with your version of OS/2 and have not applied service packs, do so.
  43. If you are using an alternate driver, contact the author and make sure you
  44. are using the latest version.
  45.  
  46. Most driver hangs on ISA machines are caused by interrupt conflicts.  Make 
  47. sure that your Serial port IRQs are not also being used by Sound Boards,
  48. network cards, scsi cards, etc.
  49.  
  50.  
  51. >What am I doing wrong?
  52. >
  53. >Thanks,
  54. >Andy
  55. >--
  56. >Andrew J. Korty
  57. >Systems Programmer
  58. >Physics Computer Network
  59. >Purdue University
  60.  
  61.  
  62. Jeffrey Altman * PO Box 220415 * Great Neck, NY * 11022-0415 * (516) 466-5495
  63. NEW: OS/2 C-Kermit 5A(191): 
  64.    ftp://kermit.columbia.edu/kermit/archives/cko191.zip 
  65.    http://www.columbia.edu/kermit/cko191.html